ScriptType Enumeration
Represents which script are currently active for a portion of text.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
Public Enumeration ScriptType
| Latin | 0 |
All latin script-dependent attributes are active.
|
| Asian | 1 |
All asian script-dependent attributes are active.
|
| Complex | 2 |
All complex script-dependent attributes are active.
|
| Ignore | 3 |
All script-dependent attributes are applied to all script types. This is available on default styles only.
|
| None | 4 |
None.
|